Telegram Group & Telegram Channel
Какой из следующих SQL запросов вернет топ-5 наиболее часто встречающихся значений из колонки с названием "cat" таблицы "products"?
Anonymous Quiz
SELECT TOP 5 cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC;
SELECT cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC LIMIT 5;
SELECT cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC FETCH NEXT 5 ROWS ONLY;
SELECT cat, COUNT() AS count FROM products GROUP BY cat ORDER BY count DESC WHERE ROWNUM <= 5;
585 answered



tg-me.com/sql_for_qa/70
Create:
Last Update:

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/70

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

What Is Bitcoin?

Bitcoin is a decentralized digital currency that you can buy, sell and exchange directly, without an intermediary like a bank. Bitcoin’s creator, Satoshi Nakamoto, originally described the need for “an electronic payment system based on cryptographic proof instead of trust.” Each and every Bitcoin transaction that’s ever been made exists on a public ledger accessible to everyone, making transactions hard to reverse and difficult to fake. That’s by design: Core to their decentralized nature, Bitcoins aren’t backed by the government or any issuing institution, and there’s nothing to guarantee their value besides the proof baked in the heart of the system. “The reason why it’s worth money is simply because we, as people, decided it has value—same as gold,” says Anton Mozgovoy, co-founder & CEO of digital financial service company Holyheld.

The S&P 500 slumped 1.8% on Monday and Tuesday, thanks to China Evergrande, the Chinese property company that looks like it is ready to default on its more-than $300 billion in debt. Cries of the next Lehman Brothers—or maybe the next Silverado?—echoed through the canyons of Wall Street as investors prepared for the worst.

SQL для тестировщика from de


Telegram SQL для тестировщика
FROM USA